home *** CD-ROM | disk | FTP | other *** search
- #menulib
-
- Submenu FAN10NET
- Entry [1]CHAT
- Entry [2]CLUBS
- Entry [3]COMMERCE
- Entry [4]DTP
- Entry [5]FALCON
- Entry [6]GAMES
- Entry [7]HARDWARE
- Entry [8]INTERNET
- Entry [9]JAGUAR
- Entry [0]LOK_FILE
- Entry [A]MAILER
- Entry [C]MIDI
- Entry [D]MODEM
- Entry [E]MULTI
- Entry [G]NEWFILES
- Entry [H]PROGRAMM
- Entry [I]SOFTWARE
- Entry [J]SHAREWREG
- Entry [K]TEST
-
- #endlib
-
- :MSG_fan10net
- DrawMenu FAN10NET Gosub draw_ascii_msg
- DoMenu FAN10NET
- SelectChoice
- Case 1 SetMsgarea FAN.10.CHAT
- Case 2 SetMsgarea FAN.10.CLUBS
- Case 3 SetMsgarea FAN.10.COMMERCE
- Case 4 SetMsgarea FAN.10.DTP
- Case 5 SetMsgarea FAN.10.FALCON
- Case 6 SetMsgarea FAN.10.GAMES
- Case 7 SetMsgarea FAN.10.HARDWARE
- Case 8 SetMsgarea FAN.10.INTERNET
- Case 9 SetMsgarea FAN.10.JAGUAR
- Case 0 SetMsgarea FAN.10.LOK_FILE
- Case A SetMsgarea FAN.10.MAILER
- Case C SetMsgarea FAN.10.MIDI
- Case D SetMsgarea FAN.10.MODEM
- Case E SetMsgarea FAN.10.MULTI
- Case G SetMsgarea FAN.10.NEWFILES
- Case H SetMsgarea FAN.10.PROGRAMM
- Case I SetMsgarea FAN.10.SOFTWARE
- Case J SetMsgarea FAN.10.SHAREWREG
- Case K SetMsgarea FAN.10.TEST
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu FAN10NET
- ClrChoice
- Endif
- Return
-
-